google.golang.org/protobuf/reflect/protoreflect.Value.typeName (method)

2 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		value_union.go#L227: func (v Value) typeName() string {
		value_union.go#L266: 	return fmt.Sprintf("type mismatch: cannot convert %v to %s", v.typeName(), what)